Namespaces
MathNet.Numerics
MathNet.Numerics.Distributions
MathNet.Numerics.Interpolation
MathNet.Numerics.Interpolation.Algorithms
MathNet.Numerics.LinearAlgebra
MathNet.Numerics.RandomSources
MathNet.Numerics.Statistics
MathNet.Numerics.Transformations
Types
CholeskyDecomposition
ComplexMatrix
ComplexVector
EigenvalueDecomposition
IMatrix<T>
IVector<T>
LUDecomposition
Matrix
QRDecomposition
SingularValueDecomposition
Vector
Type
IVector<T>
Namespace
MathNet.Numerics.LinearAlgebra
Methods
CopyToArray
Properties
Item
Length
Public instance methods
T[]
CopyToArray
()
Copy all elements of this vector to an array.
Parameters
return
T[]
Public properties
T
Item
get; set;
Gets or set the element indexed by
i
in the
Vector
.
return
T
int
Length
get;
Gets the number of rows.
return
int